| Fully Qualified Name: | Zend\Hydrator\NamingStrategy\NamingStrategyInterface | 
Allow property extraction / hydration for hydrator
| Name | Description | Defined By | 
|---|---|---|
| extract() | Converts the given name so that it can be hydrated by the hydrator. | NamingStrategyInterface | 
| hydrate() | Converts the given name so that it can be extracted by the hydrator. | NamingStrategyInterface | 
Converts the given name so that it can be hydrated by the hydrator.
| Parameter Name | Type | Description | 
|---|---|---|
| $name | string | The | 
| $data | array | (optional) | 
Returns: mixed The extracted name
Converts the given name so that it can be extracted by the hydrator.
| Parameter Name | Type | Description | 
|---|---|---|
| $name | string | The | 
| $object | object | (optional) | 
Returns: mixed The hydrated name